extends FileResource
Dav accessible
Represents a calendar event, ie an invitation
Users can RSVP for this event by posting a form to is containing a parameter
'rsvp'
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| name | String | ||
| underlyingContentType | String | ||
| html | RenderFileResource | ||
| title | String | ||
| emailConfirmTemplate | String | ||
| iCalData | String | ||
| startDate | Date | ||
| start | String | ||
| timezone | String | ||
| externalUrl | String | ||
| endDate | Date | ||
| end | String | ||
| description | String | ||
| summary | String | ||
| location | String | ||
| organisor | Profile | ||
| shortPath | String | ||
| maxAttendees | Integer | ||
| calendar | Calendar | ||
| rsvpStatus | String | ||
| myAttendeeRequest | AttendeeRequest | ||
| attendees | List | ||
| guests | List | ||
| myGuests | List | Guests for the current user | |
| numAttendees | long | ||
| timeZoneOffset | Integer | ||
| timeZoneOffsetStr | String | ||
| timezoneIdList | List | ||
| startDateUTC | DateTime | ||
| modifiedDate | Date | ||
| uniqueId | String | ||
| timerUnits | TimeUnit | ||
| reminders | List | ||
| emailConfirmSubject | String | ||
| newProfileGroup | Group | ||
| currentProfile | Profile | Will return either the currently logged in user, or the trackingapp user | |
| body | String |
Hide comments